PLUGINCAPABILITIESREC

DescAPI version: 2.xx


The PLUGINCAPABILITIESREC structure is used with the PluginCapabilitiesProc function.
typedef struct {  
  BOOL      bImportingDesc;	 
  BOOL      bImportingAlias;
} PLUGINCAPABILITIESREC, FAR *LPPLUGINCAPABILITIESREC;

Members
bImportingDesc
Set to TRUE if plugin will attempt to import descriptions.
bImportingAlias
Set to TRUE if plugin will attempt to import alias names.

See also:
PluginCapabilitiesProc